IndexOf Method

Wintellect PowerCollections

Collapse imageExpand ImageCollapseAll imageExpandAll imageDropDown imageDropDownHover imageCopy imageCopyHover image
[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Overload List

NameDescription
Public methodIndexOf(T)
Finds the index of the first item in the list that is equal to item.
(Inherited from ListBase<(Of <T>)>.)
Public methodIndexOf(T, Int32)
Finds the index of the first item, in the range of items extending from index to the end, that is equal to item.
(Inherited from ListBase<(Of <T>)>.)
Public methodIndexOf(T, Int32, Int32)
Finds the index of the first item, in the range of count items starting from index, that is equal to item.
(Inherited from ListBase<(Of <T>)>.)

See Also